home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1955 < prev    next >
Encoding:
Text File  |  1996-08-06  |  624 b   |  30 lines

  1. Path: in1.uu.net!peach!root
  2. From: dread@america.net (dread)
  3. Newsgroups: comp.lang.c++
  4. Subject: Newbie question ??
  5. Date: Sun, 14 Jan 1996 13:22:51 GMT
  6. Organization: America.Net, P.O. Box 1222, Alpharetta, GA 30239-1222
  7. Message-ID: <4davoi$1vg@peach.america.net>
  8. NNTP-Posting-Host: pm1-12.america.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I get the following error when I try to rebuild a very simple project
  12.  
  13. LIBC.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
  14. "_WinMain@16"
  15.  
  16.  
  17. here is the code
  18.  
  19. #include <iostream.h>
  20. main(){
  21. cout << "This is a test";
  22. }
  23.  
  24. Using VC++ 2 and win95.  Appreciate any help
  25.  
  26. Later
  27. d
  28.  
  29.  
  30.